* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--white-color);
    color: var(--black-color);
    font-family: var(--primary-font);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    border: none;
    color: var(--white-color);
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 10px;
    border-radius: 5px;
}

#myBtn:hover {
    background: var(--white-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    cursor: pointer;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*LOGOBAR*/
.header-wrapper.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    background: var(--white-color);
    box-shadow: 0 0 4px;
}

.logo-bar-wrapper {
    justify-content: space-between;
    padding: 10px 0;
}

.logo img {
    width: 250px;
}

.date {
    text-align: right;
}

/*LOGOBAR ENDS*/
/*OPTION BAR*/
.option-bar {
    padding: 10px;
    padding-top: 0;
}

.option-bar-inner span {
    background: black;
    color: #fff;
    padding: 5px 15px;
}

.option-bar-inner .marquee {
    background: var(--primary-color);
    color: #fff;
    margin-right: 43px;
    padding: 5px;
    width: 66%;
    overflow: hidden;
}

.option-bar-inner .marquee .inner {
    width: 100%;
    display: flex;
    color: white;
}

.option-bar-inner .marquee .inner>* {
    white-space: nowrap;
    padding: 0 4rem;
}

.option-bar-inner .marquee .inner a {
    color: #fff;
    margin-right: 2em;
}

/* .pradesh-tab h3 a {
    font-size: 18px;
    color: var(--white-color);
    font-family: var(--secondary-font);
    margin-right: 20px;
} */

/* .login {
    margin-right: 20px;
} */

/* .login i {
    color: var(--white-color);
    padding: 10px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
}

.login a:hover i {
    color: var(--primary-color);
    background: var(--white-color);
    border: 1px solid var(--white-color);
}

.english-button a {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 5px 15px;
}

.english-button a:hover {
    display: inline-block;
    background: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--white-color);
} */

.login-part {
    border-radius: 11px;
}

/* top-header */
/* form */
.user input,
.pass input {
    width: 100%;
    height: 35px;
    border: none;
    border: 1px solid var(--font-color);
    border-radius: 6px;
    outline: none;
    padding: 0 40px;
}

.user i,
.pass i {
    position: relative;
    top: 31px;
    right: -10px;
    color: var(--primary-color);
}

.modal-dialog {
    max-width: 1000px;
    min-width: 320px;
    top: 0px;
}

/*FORM*/

/* BUTTONS */
.login-part .btn {
    display: flex;
    justify-content: center;
}

.login-part .btn button {
    width: 50%;
    border: none;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 0;
}

/* BUTTON ENDS */
p.last {
    text-align: right;
    font-size: 14px;
    display: inline-block;
}

p.last a {
    color: var(--primary-color);
}

p.last a:hover {
    color: var(--secondary-color);
}

.login-part p.or {
    position: relative;
    font-size: 20px;
    text-align: center;
    color: var(--font-color);
}

.login-part p.or:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: var(--font-color);
    left: 100px;
    top: 50%;
    position: absolute;
}

.login-part p.or:before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: var(--font-color);
    right: 100px;
    top: 50%;
    position: absolute;
}

.login-options,
.facebook-login {
    justify-content: center;
}

.login-options .facebook-login a {
    justify-content: center;
    display: inline-block;
    background: #385490;
    color: var(--white-color);
    padding: 5px 15px;
}

.remember-option {
    justify-content: space-between;
    padding: 10px 0;
}

.remember-option a {
    color: var(--primary-color);
}

.remember-option a:hover {
    color: var(--secondary-color);
}

.points-remember h5 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}

.points-remember-list li {
    line-height: 35px;
}

.no-acc p {
    color: var(--font-color);
}

.no-acc p a {
    color: var(--primary-color);
}

.no-acc p a:hover {
    color: var(--secondary-color);
}

.login-head {
    color: var(--primary-color);
}

/*OPTION BAR ENDS*/
/*NAVBAR*/
/*MAIN NAVBAR STARTS*/

.header-wrapper {
    background: var(--primary-color);
}

.navbar {
    height: auto;
    width: 100%;
    padding: 10px 5px;
    justify-content: space-around;
    font-family: var(--secondary-font);
}

.header-wrapper.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
    background: var(--primary-color);
    box-shadow: 0 0 4px;
}

.navbar .dropdown-menu .dropdown-item {
    color: var(--black-color);
}

.nav-link {
    cursor: pointer;
}

.add-features .nav-item:hover {
    background: var(--primary-color) !important;
}

.nav-item .dropdown-menu {
    background-color: var(--white-color) !important;
    color: var(--black-color) !important;
    visibility: hidden;
    opacity: 0;
    transition: ease 0.4s;
}

.nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.nav-item .dropdown-menu a:hover {
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}

.dropdown-toggle::after {
    transition: transform 0.5s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    margin-top: 0;
}

/* .navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.nav-item,
.nav-eng,
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 0 4px;
} */

/* .navbar-light .navbar-nav .nav-link.active {
    color: var(--tred);
} */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active a {
    color: #c93434 !important;
    transition: 0.4s ease-in;
}

/*MAIN NAVBAR ENDS*/
/* BOTTOM NAV */
.ok-hot-topics-top {
    padding: 10px 0;
}

.ok-container {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}

.flx {
    display: flex;
}

.ok-hot-topics-top .ok-container .hot-topic-tag-wrapper {
    overflow-x: auto;
    display: flex;
    margin-right: 50px;
}

.ok-hot-topics-top .ok-container .hot-topic-tag-wrapper>a {
    display: inline-block;
    background-color: transparent;
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    padding: 6px 15px 2px 42px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: all .3s ease;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
}

.ok-hot-topics-top a .topic-round-thumb {
    position: absolute;
    top: 3px;
    left: 4px;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #2260bf;
}

.ok-hot-topics-top .ok-smart-search {
    margin-left: auto;
}

.ok-smart-search {
    position: relative;
}

.ok-top-search {
    max-width: 500px;
    min-width: 334px;
    display: flex;
    align-items: center;
    align-self: center;
    background-color: rgba(34, 96, 191, .08);
    border-radius: 68px;
    padding: 5px 15px;
    margin-left: auto;
}

.ok-top-search>input {
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.ok-top-search>input:focus {
    outline: none;
}

.ok-top-search .ok-search-trigger {
    max-width: 18px;
    text-align: right;
    cursor: pointer;
}

.ok-smart-search .ok-card-sifaris {
    max-width: 334px;
    border-radius: 14px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0 0 24px;
    background-color: #fff;
    margin-bottom: 28px;
}

.search-auto-complete-wrap {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 98;
}

/*BOTTOM NAV ENDS*/
/*SIDE  NAVBAR */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #d5d5d5;
    transition: 0.5s;
    overflow: hidden;
    padding-top: 60px;
}

.sidenav a {
    padding: 12px 8px 12px 30px;
    text-decoration: none;
    font-size: 20px;
    color: var(--primary-color);
    display: block;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}

.sidenav a:hover {
    color: var(--secondary-color);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav ul li {
    border-bottom: 1px solid var(--white-color);
}

.openNav {
    /* margin-left: -2.75rem; */
    font-size: 25px;
    color: var(--white-color);
    cursor: pointer;
    margin-top: 0.5rem;
}

.second-bg ul {
    padding-top: 1rem;
}

#mySidenav ul .feat-show.show {
    display: block;
    padding: 0;
}

#mySidenav ul .feat-show.show li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul ul {
    position: static;
    display: none;
}

#mySidenav ul .samachar-show.show1 {
    display: block;
    padding: 0;
}

#mySidenav ul .samachar-show.show1 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .jeewan-show.show2 {
    display: block;
    padding: 0;
}

#mySidenav ul .jeewan-show.show2 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .artha-show.show3 {
    display: block;
    padding: 0;
}

#mySidenav ul .artha-show.show3 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .suchana-show.show4 {
    display: block;
    padding: 0;
}

#mySidenav ul .suchana-show.show4 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .khelkud-show.show5 {
    display: block;
    padding: 0;
}

#mySidenav ul .khelkud-show.show5 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .kala-show.show6 {
    display: block;
    padding: 0;
}

#mySidenav ul .kala-show.show6 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .bichar-show.show7 {
    display: block;
    padding: 0;
}

#mySidenav ul .bichar-show.show7 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul ul li {
    line-height: 42px;
    border: none;
}

#mySidenav ul ul li a {
    font-size: 17px;
    color: var(--primary-color);
    padding-left: 50px;
}

#mySidenav ul ul li a:hover {
    color: var(--secondary-color);
}

#mySidenav ul li.active ul li a {
    color: var(--white-color);
    background: var(--black-color);
    border-left-color: transparent;
}

#mySidenav ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: transform 0.4s;
}

#mySidenav ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
}

#mySidenav ul li a {
    position: relative;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 18px;
    padding-left: 40px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
}

#mySidenav ul li a:hover {
    color: var(--secondary-color);
    cursor: pointer;
}

/* SIDE NAVBAR ENDS */
/*NAVBAR ENDS*/
/*MAIN NEWS FIRST*/
.main-news-first-start {
    padding: 20px 0;
}

.main-news-first-start h2 {
    text-align: center;
}

.main-news-first-start h2 a {
    font-size: 50px;
  font-weight: 500;
  color: var(--black-color);
  font-family: 'Poppins', sans-serif;
}

.main-news-first-start h2 a:hover {
    color: var(--primary-color);
}

.author-details {
    justify-content: center;
    margin: 10px 0;
}

.author .author-image img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 15px;
}

.news-image1 img {
    object-fit: cover;
    object-position: 30% 100%;
}

/*MAIN NEWS FIRST ENDS*/
/*NEWS SHORT*/
.news-short-inner-left,
.short-news-div {
    padding: 20px;
    box-shadow: var(--box-shadow);
}

.short-news-div {
    padding-bottom: 10px;
}

.news-short-left h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.news-short-left h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--secondary-color);
    left: 36%;
    top: 50%;
    position: absolute;
}

.news-short-inner-right h2 a {
    color: var(--white-color);
    font-size: 20px;
    padding: 5px 10px;
    background-color: var(--primary-color);
    border-radius: 0.5rem;
}

.news-short-inner-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 0.3rem;
}

.news-short-inner-left h4 {
    padding: 20px 0 15px 0;
    font-size: 30px;
    font-weight: 600;
}

.news-short-inner-left p {
    font-size: 18px;
    line-height: 35px;
}

.short-news {
    margin-bottom: 20px;
}

.short-news-image {
    margin-right: 20px;
}

.short-news-desc h6 {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.short-news a .short-news-desc h6,
.news-short-inner-left a h4 {
    color: var(--dark-color);
    font-family: 'Poppins', sans-serif;
}

.news-short-inner-left a p,
.short-news a .short-news-desc .author-date p,
.short-news a .short-news-desc .author-date i {
    color: var(--dark-color);
}

.short-news a:hover .short-news-desc h6,
.news-short-inner-left a:hover h4 {
    color: var(--primary-color);
}

.news-short-ads .money-image a img {
    margin-bottom: 15px;
}

/*NEWS SHORT ENDS*/

/*PHOTO GALLERY*/
.photo-gallery-section {
    padding: 3rem 0;
    background: var(--dark-color);
    color: var(--white-color);
}

.photo-gallery-section h2 a {
    color: var(--white-color);
    font-size: 32px;
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
    font-family: var(--secondary-font);
}

.photo-gallery-section h2 a:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: var(--white-color);
    top: 95%;
    position: absolute;
}

.photo-gallery-section .item img {
    position: relative;
    height: 450px;
}

.photo-gallery-section .photo-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.photo-gallery-section .photo-caption a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white-color);
    font-weight: 600;
    font-size: 25px;
    z-index: 2;
    font-family: 'Poppins', sans-serif;

}

.photo-gallery-section .photo-caption a:hover {
    color: var(--white-color);
}

/*PHOTO GALLERY ENDS*/

/*ANTARBARTA*/
.antarbarta h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.antarbarta h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--secondary-color);
    left: 160px;
    top: 50%;
    position: absolute;
}

.antarbarta-card {
    background: var(--white-color);
    box-shadow: var(--box-shadow);
    padding: 15px;
    margin-bottom: 25px;
}

.antarbarta-card:hover {
    margin-top: -10px;
}

.antarbarta-image img {
    margin-bottom: 20px;
    height: 200px;
}

.antarbarta-card h6 a {
    font-weight: 600;
    color: var(--dark-color);
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 15px;
    display: inline-block;
}

.antarbarta-card h6 a i {
    color: var(--secondary-color);
}

.antarbarta-card h6 a:hover {
    color: var(--primary-color);
}

.antarbarta-card p {
    font-size: 18px;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    background: none;
    color: var(--primary-color);
    font-size: 18px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--secondary-color);
    background-color: transparent;
}

/*ANTARBARTA ENDS*/

.pradesh-wrapper {
    padding: 20px;
    box-shadow: var(--box-shadow);
    margin-bottom: 2rem;
}

.pradesh h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.pradesh-samachar-top img {
    margin-bottom: 20px;
    height: 220px;
    object-fit: cover;
}

.pradesh-samachar-top h5 a {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: black;
    font-weight: 600;
}

.pradesh-samachar-top h5 a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.pradesh-small {
    padding: 0;
    box-shadow: none;
    margin: 20px 0;
}

/*PRADESH SAMACHAR ENDS*/

.top-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.top-top h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.top-top h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--secondary-color);
    left: 230px;
    top: 50%;
    position: absolute;
}

.top-all span a:hover {
    background-color: var(--secondary-color);
}

.added-top h2 a {
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 20px;
    /* padding-top: 30px; */
    padding-top: 14px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
    font-family: 'Poppins', sans-serif;
}

.added-top h2 a:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: var(--secondary-color);
    left: 206px;
    top: 50%;
    position: absolute;
}

/*SPORTS*/
.sports {
    margin-bottom: 2rem;
}

.card .medium-card-img {
    height: 350px;
    width: 100%;
}

.top-sports h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.top-sports h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--secondary-color);
    left: 145px;
    top: 50%;
    position: absolute;
}

.card-body {
    padding: 1rem 0;
}

.card-body {
    padding-left: 0;
}

#sports a {
    color: var(--black);
}

.card-text {
    font-weight: bold;
    font-family: 'Mukta', sans-serif;
}

.time {
    color: var(--darkgrey);
}

.big-card .time {
    font-size: 1rem;
}

#sports a {
    color: var(--black);
}

.big-card h3 a {
    color: var(--primary-color);
}

.big-card h3 a:hover {
    color: var(--secondary-color);
}

.card {
    border: none;
}

.card .small-card-img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.share-bazar .card-text a {
    color: var(--black-color);
    font-family: 'Poppins', sans-serif;

}

.top-share h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.top-share h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--secondary-color);
    left: 230px;
    top: 50%;
    position: absolute;
}

/*SPORTS ENDS*/

/* header */
.heading {
    background-color: #F0f0f0;
    margin: 1rem 0;
    position: relative;
}

.heading h1 {

    color: #fff;
    width: 40%;
    font-size: 2rem;
    padding: 0.5rem;
    padding-left: 1.5rem;
    background-color: var(--primary-color);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.heading h1 a {
    color: #fff !important;
}

.view-all {
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    border-radius: 1rem;
    padding: 3px 10px;
    background: darkgrey;
    transition: 0.3s;

}

.view-all a {
    color: #fff !important;
    font-size: 1rem;
}

.view-all::after {
    content: '\f101';
    font-family: 'Font awesome 5 free';
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
}

.view-all:hover {
    background: var(--secondary-color);
}


/* bank */
#bank {
    margin: 2rem 0;
  }

  .bank-news {
    padding:20px 0
  }

  .bank-box {
    padding: 10px;
    /* border: 1px solid #989898; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 15px;
  }
  .bank-box:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .bank-box a{
    color: #000;
  }
  .bank-box img {
    padding-bottom: 8px;
    height: 230px;
    width: 100%;
  }
  .bank-box p{
  font-size: 15px;

  }
  .news-title {
    font-weight: bold;
  padding: 5px 0;
  }
  .news-title:hover{
    color: var(--primary-color);
  }
